home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DOLST298.ARJ / PD.DOC < prev    next >
Text File  |  1990-12-27  |  15KB  |  382 lines

  1. Computer Tyme PICK DIRECTORY * Copyright 1989 by Marc Perkel
  2. All Rights Reserved * Version 3.0 * Release Date: 10-25-90
  3.  
  4. This program allows you to change directories as quickly as possible.
  5.  
  6. Computer Tyme * 411 North Sherman * Springfield Mo. 65802
  7. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  8.  
  9. This program is part of the Computer Tyme DOS ToolBox.
  10. For $59.95 you can get the rest of the programs.
  11.  
  12. If you use this software, you're expected to buy it.
  13.  
  14. "PD" "Pick Directory" (also called "PickDir"), written for all user
  15. levels, allows you to change directories as quickly as possible. It also
  16. allows you to rename directories, delete directories, make directories,
  17. and hide directories.
  18.  
  19. Pick Directory has two modes of operation; the graphic tree mode, and
  20. the one directory at a time mode. In the graphic tree mode you get to
  21. see all subdirectories "the tree" displayed as a picture on your screen.
  22. This graphic "tree" allows you to "look" at the directory system in your
  23. computer. In the graphic tree mode you can use your arrow keys to move
  24. freely about the directory tree. Pick Directory allows you to rename any
  25. of the directories, make new ones, delete them, or hide them.
  26.  
  27. In order to display and use the graphic tree mode a file must be created
  28. which contains a list of the directories on your system. The file is
  29. called PD.PIC and is located in the root directory of drive C:. In this
  30. file is a list of all directories you want Pick Directory to choose
  31. from. An example is as follows:
  32.  
  33. C:\
  34. C:\GOODIES
  35. C:\HELP
  36. C:\TURBO5
  37. C:\TURBO5\BONUS
  38. C:\TURBO5\DOC
  39. C:\TURBO5\TURBO3
  40. D:\
  41. D:\GEMAPPS
  42. D:\GEMAPPS\FONTS
  43. D:\GEMAPPS\GEMPAGES
  44. D:\GEMAPPS\GEMPAGES\PAGENBRS
  45.  
  46. Note that the list can span several drives. The list is created the
  47. first time you run Pick Directory. The program will ask you which drives
  48. you want to include in your list. Don't include floppy drives A: or B:.
  49. If you only have one hard disk just type C. If you have several hard
  50. drives or logical drive partitions, you might type CDEF. Pick Directory
  51. will then create the PD.PIC file and display the graphic tree. Once in
  52. the graphic tree you can move around using your arrow keys.
  53.  
  54. Remember that F1 is for help in case you forget what to do. The + and -
  55. keys allow you to move up and down in the same column you're in. When
  56. you get to the directory you want all you have to do is press ENTER and
  57. you're there. If you want to go back to the original directory instead,
  58. just press ESC.
  59.  
  60. As you move through the graphic tree, you'll notice an alphabetical
  61. listing on the right side of the screen that tracks the directory you're
  62. in. By pressing the TAB key, the up and down arrows allow you to move
  63. through the alphabetical list. While moving alphabetically, the graphic
  64. tree shows you where you are. Also, above the sorted list is the
  65. position meter. This meter lets you know where you are in relation to
  66. all the other directories in your computer.
  67.  
  68. You can go to any directory name (alphabetically) using the "G" key. The
  69. cursor will move to just over the sorted window on the right side of the
  70. screen. As you type, Pick Dirrectory will move to the first directory
  71. that contain the characters you typed in.
  72.  
  73. The "F" key shows you the free space on the current drive. It also shows
  74. you how many directories are in the system and how many levels deep they
  75. are.
  76.  
  77. You can rename a directory by pressing the "R" key. A cursor will appear
  78. and you just type over the old name. You can also delete a whole
  79. directory by pressing the "D" key. If the directory isn't empty, it will
  80. ask if you want to delete it anyway. If you answer "Y" then it will
  81. delete that directory and all directories branching off from it and all
  82. the files in them. Be careful!
  83.  
  84. You can also make directories using the "M" key. Just type in the name
  85. and Pick Directory will create the directory off of the current
  86. directory. The "H" key is used to hide and unhide directories. A hidden
  87. directory will not show up if you type DIR. It's still there, just
  88. hidden.
  89.  
  90. Directories can be created and deleted without the PD.PIC file being
  91. updated.  This means that the graphic tree may show directories that are
  92. no longer there, or not show new directories that are. The "S" key will
  93. scan the hard drives and re-create the list. If while moving around, you
  94. come to a directory that no longer exists, Pick Directory will
  95. automatically update the list for you.
  96.  
  97. The "L" key is used to limit the number of directory levels to be
  98. displayed. This is used on very large systems to make it easier to see
  99. the directories close to the root. If you set a limit of 2 Pick
  100. Directory will only show directories that are 2 or less levels deep.
  101. Setting a level of 0 includes all directories. Just type "L" to set
  102. limit.
  103.  
  104. In order for Pick Directory to work the program PipeDir must be in a
  105. directory that can be executed from the current path. (See the PATH
  106. command in your DOS manual.) PipeDir is another Computer Tyme program
  107. that creates the PD.PIC file and allows Pick Directory to delete
  108. directories with files in them.
  109.  
  110. Pick Directory's other mode is the one directory at a time mode. In this
  111. mode, only the directories that are accessable from the current
  112. directory are listed.  You choose the directory by pressing the letter
  113. next to the directory you want. A lower case letter will select the
  114. directory and let you choose from the list of it's directories. Upper
  115. case selects and exits. Pressing the CTRL key with a letter selects that
  116. drive. "\" selects the root directory and a "-" selects the previous
  117. directory. Press ENTER when you get to where you want to go. ESC to
  118. abort.
  119.  
  120. Even though the one directory at a time mode is not as powerful as the
  121. graphic tree mode, it has its place. It doesn't use the PD.PIC file so
  122. it is more accurate. It works on drives that you may not want to wait to
  123. scan, such as CD roms. And, if you are running computers remotely over a
  124. modem, this mode works.
  125.  
  126. If the directory or drive you are on is not in the PD.PIC file, then the
  127. one directory at a time mode will be selected.
  128.  
  129. Pick Directory has several command line options. Many of them are for
  130. the sophisticated user and can be ignored by the novice user. Pick
  131. Directory, like other Computer Tyme products, is easy to use for the
  132. novice and small system user; but has powerful features for the
  133. professional programmer and for use on large network drives.
  134.  
  135. PD <directory>
  136.  
  137. This is a quick way to change directories. Pick Directory will scan the
  138. list for the closest match and switch you to that directory. A partial
  139. directory name is all you need. The directory doesn't even have to be on
  140. the same drive.
  141.  
  142. PD /S <drives> This creates the PD.PIC file without entering the graphic
  143. tree mode.
  144.  
  145. PD /F This freshens the PD.PIC file without entering the graphic tree
  146. mode.
  147.  
  148. PD /M <directory> This makes the directory and updates the PD.PIC file.
  149.  
  150. PD /R <directory> This removes the directory and updates the PD.PIC
  151. file.
  152.  
  153. PD /Z Selects the "one directory at a time" mode.
  154.  
  155. PD /O This option can be used only with the /Z option. It forces the use
  156. of the standard output device. You loose color and speed, but it will
  157. work remote over a modem.
  158.  
  159. PD /$ <filename> This allows you to use another file than C:\PD.PIC.
  160.  
  161. PD /! <program> <parameters> Pick Directory normally runs PIPEDIR to
  162. create its pick file. If you are a programmer and want to use your own
  163. program to create the pick file, this command will make Pick Directory
  164. run your software instead. The <parameters> is passed on to your
  165. program.
  166.  
  167. Use of environment strings:
  168.  
  169. Default options can be selected by use of the SET command to set you DOS
  170. environment strings. This is done by typing SET
  171.  
  172. PD.EXE=<string>. The string will be interpreted as if it had been typed
  173. on the command line.
  174.  
  175. Examples:
  176.  
  177. You are the sysop of a BBS system and are running it remote. In your
  178. AUTOEXEC.BAT file you include:
  179.  
  180. SET PD.EXE=/Z/O
  181.  
  182. This allows you to type PD from remote and enter the one at a time mode
  183. with the standard output device selected.
  184.  
  185. You are the supervisor of a large novell network and a programmer. You
  186. want Pick Directory to only show the users the directories they can
  187. access. You have written a program that compiles a pick file based on
  188. who they are. Your program name is called PICKGEN. You want each user to
  189. have their own pick file.
  190.  
  191. SET PD.EXE=/!PICKGEN /$F:\SYSTEM\USER1.PIC
  192.  
  193. This selects the file F:\SYSTEM\USER1.PIC to be the default pick file
  194. for station 1 and will execute PICKGEN to regenerate and update the pick
  195. file.
  196.  
  197. ===================================================================
  198.  
  199. Other Computer Tyme Software:
  200. ======================================================
  201.  
  202. The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  203. more powerful for the professional.
  204.  
  205. DIRECTORY MASTER is a powerful hard disk managment utility. It
  206. brings up your hard disk files and allows you to mark selected
  207. files so you can copy them, delete them, or move them. It also
  208. allows you to rename files, change dates, and change attributes.
  209. You can also run programs or set up your function keys to run
  210. programs on selected files.
  211.  
  212. DOLIST makes being at DOS easier. It gives you full line editing,
  213. like a word processor, for your commands. It also stores commands
  214. so that you can re-execute them. It remembers subdirectories and
  215. allows you to go back to them by pressing the TAB key. It offers
  216. programmable function keys, DOS extensions, multiple execution,
  217. and many more features you have got to have.
  218.  
  219. PICK DIRECTORY allows you to move through the directory system by
  220. displaying a graphic tree and letting you use your arrow keys to
  221. move around. It also lets you create, delete, rename, and hide
  222. directories.
  223.  
  224. TEDIT (from SemWare) is a powerful, easy to use full screen
  225. editor.
  226.  
  227. MARXTSR is a set of memory and TSR management utilities that let
  228. you load and unload TSRs (Terminate and stay resident programs)
  229. from memory. Utilities to list menory allocation and turn TSR's
  230. on and off.
  231.  
  232. And many more ... Also includes is D, a fancy directory listing
  233. program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  234. FIND, FREE, PIPEDIR, VERSION, and many more.
  235.  
  236. The Dos Toolbox sells for $59.95.
  237.  
  238. ======================================================
  239.  
  240. We are also selling QEdit from Semware. QEdit is a professional
  241. editor from Semware. TEdit is a mini version of QEdit. If you
  242. like TEdit, You'll love QEdit.
  243.  
  244. 1-800-548-5353 Order Line
  245. 1-417-866-1222 Voice Line
  246. 1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  247.  
  248.  
  249. MARXMENU:
  250.  
  251. For the menu user who is interested in POWER!
  252.  
  253. MarxMenu version is a menu system that uses NO RAM. MarxMenu is
  254. compatible with all networks and contains a powerful menu language.
  255. This language gives you complete screen control as well as
  256. conditional menus. Math and string functions as well as
  257. multidimensional arrays are supported. MarxMenu can read environment
  258. variables, ports, ram locations, time, dates, the contents of text
  259. files, ect. and make decisions on them.
  260.  
  261. Screen control includes multi-layer exploding windows with
  262. unlimited number of selections and unlimited windows. 43/50 line
  263. ega and vga modes are supported. MarxMenu contains a screen
  264. blanker, password security on anything, keyboard lockout.
  265. MarxMenu can run programs while staying resident and read the dos
  266. errorlevel codes they return or marxmenu can return custom
  267. errorlevel codes to a calling program or batch file. MarxMenu can
  268. view text files in a window, read text files into an array and
  269. let you choose a line from that array in a window. MarxMenu can
  270. write string arrays to text files.
  271.  
  272. This menu system is targeted at the user whose primary interest
  273. is POWER! Here is a simple sample of what MarxMenu script looks
  274. like:
  275.  
  276. ==========================================
  277.  
  278. ;This menu is a sample of a simple menu.
  279. ;To run this menu type 'MARX SAMPLE'
  280.  
  281. TextColor Yellow Red
  282. ClearScreen
  283. BoxBorderColor Green Blue
  284. BoxInsideColor Yellow Blue
  285. DrawBox 25 7 32 13
  286. WriteCenter '* Sample Menu *'
  287. Writeln
  288. Writeln
  289. Writeln '   A - Directory'
  290. Writeln '   B - Wide Directory'
  291. Writeln '   C - Run ChkDsk'
  292. Writeln '   D - Type Menu to Screen'
  293. Writeln '   E - Edit This Menu'
  294. Writeln '   F - Drop to Dos'
  295. Writeln ' Esc - Exit'
  296. Writeln
  297. Write ' Select: '
  298.  
  299. OnKey 'A'
  300.    DIR
  301.    Pause   ;Lets you see the directory before screen clears
  302.  
  303. Onkey 'B'
  304.    DIR/W
  305.    Pause
  306.  
  307. OnKey 'C'
  308.    CHKDSK
  309.    Pause
  310.  
  311. OnKey 'D'
  312.    TYPE SAMPLE.MNU|MORE
  313.    Pause
  314.  
  315. OnKey 'E'
  316.    TEDIT SAMPLE.MNU
  317.  
  318. OnKey 'F'
  319.    @Echo To Return to the SAMPLE menu type EXIT
  320.    @Echo .
  321.    COMMAND
  322.  
  323.  
  324. MarxMenu comes with MarxEdit and MARXTSR manager and a few goodies out of
  325. the DOS ToolBox. The Network Survival Kit is a network version of almost
  326. every utility I've ever written. It's sold on a per fileserver basis.
  327.  
  328.               _______
  329.          ____|__     |               (tm)
  330.       --|       |    |-------------------
  331.         |   ____|__  |  Association of
  332.         |  |       |_|  Shareware
  333.         |__|   o   |    Professionals
  334.       -----|   |   |---------------------
  335.            |___|___|    APPROVED VENDOR
  336.  
  337.    ==========================================
  338.  
  339.  
  340.      Make Check            Computer Tyme            Order Form LO
  341.      Payable To:    411 North Sherman Suite 300
  342.                        Springfield Mo. 65802
  343.                   (417) 866-1222  (800) 548-5353
  344.  
  345.      Please send me Computer Tyme Software.
  346.  
  347.      =============================================================
  348.  
  349.      Name:        ________________________________________________
  350.  
  351.      Address:     ________________________________________________
  352.  
  353.      City/St/Zip: ________________________________________________
  354.  
  355.      Phone:       ________________________________________________
  356.  
  357.      Computer:    ________________________________________________
  358.  
  359.      Got From:    ________________________________________________
  360.  
  361.      Comments:    ________________________________________________
  362.  
  363.                   ________________________________________________
  364.  
  365.  
  366.      Single User Version:
  367.  
  368.      ___ Enclosed is $59.95 for MarxMenu.
  369.  
  370.      ___ Enclosed is $59.95 for the DOS ToolBox.
  371.  
  372.      ___ Enclosed is $99.95 for MarxMenu, the Dos ToolBox and DM3.
  373.  
  374.      Network Version (1 per file server):
  375.  
  376.      ___ Enclosed is $495 for Network Survival Kit.
  377.  
  378.      ___ Add $3.00 for Shipping and Handling.
  379.  
  380.      ___ I need 3 1/2 Inch Media.
  381.  
  382.      =============================================================